home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / EditSound2.5 / EditSound.app / English.lproj / Stopwatch.nib / data.classes next >
Encoding:
Text File  |  1993-07-30  |  364 b   |  29 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Stopwatch = {
  7.     ACTIONS = {
  8.     startPressed:;
  9.     lapPressed:;
  10.     performStart:;
  11.     performStop:;
  12.     };
  13.     OUTLETS = {
  14.     lapButton;
  15.     panel;
  16.     timeField;
  17.     delegate;
  18.     lapTimeField;
  19.     startButton;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. UpPanel = {
  24.     OUTLETS = {
  25.     UpObject;
  26.     };
  27.     SUPERCLASS = Panel;
  28. };
  29.